home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 26 / Mac Magazin and MacEasy Magazine CD - Issue 26.iso / Wissenschaft & Technik / TimGA 1.1 ƒ / Graphs / (1) Small graphs / 09 - Star < prev    next >
Text File  |  1995-08-02  |  269b  |  31 lines

  1.  
  2. |V|:    24        // Number of nodes
  3. |E|:    23        // Number of edges
  4.  
  5.     1    2        // Edges are represented as pairs of node numbers...
  6.     1    3
  7.     1    4
  8.     1    5
  9.     1    6
  10.     1    7
  11.     1    8
  12.     1    9
  13.     1    10
  14.     1    11
  15.     1    12
  16.     1    13
  17.     1    14
  18.     1    15
  19.     1    16
  20.     1    17
  21.     1    18
  22.     1    19
  23.     1    20
  24.     1    21
  25.     1    22
  26.     1    23
  27.     1    24
  28.  
  29. ---
  30. This graph is a star.
  31.